home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 127 / CD Gamer Issue 127 (October 2003) (Disc 1).ISO / intro.dxr / 00016_Exit2.ls < prev    next >
Encoding:
Text File  |  2003-08-18  |  253 b   |  13 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("exithigh")
  3.   sound(1).play(member("ExitRollover"))
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite the currentSpriteNum to member("exitbutton")
  8. end
  9.  
  10. on mouseUp me
  11.   halt()
  12. end
  13.